home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7769 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  966 b 

  1. Path: li.net!usenet
  2. From: aholder@li.net (Andrew Holder)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Huffman encoding
  5. Date: 28 Feb 1996 20:59:48 GMT
  6. Organization: Weenies Inc.
  7. Message-ID: <4h2fo4$4te@linet06.li.net>
  8. References: <4h00ci$euq@garuda.csulb.edu>
  9. NNTP-Posting-Host: lisuser61.li.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <4h00ci$euq@garuda.csulb.edu>, mackay@csulb.edu says...
  15. >
  16. >Does anyone have any suggestions on how I can program a simple version of 
  17. >Huffman encoding/decoding in the C language?
  18. >
  19. >I am looking for source code to implemet a "two-pass" Huffman encoding 
  20. >scheme which would read characters from a file on the first pass and then 
  21. >perform the encoding and the second pass...
  22. >
  23. >Any help or suggestions would be much, much appreciated!!
  24. >
  25. >Thanks,
  26. >
  27. >Sharlene
  28.  
  29.  
  30. Look for the uuecode program posted on this news group. that will give you 
  31. some source code to go by. Good luck.
  32.  
  33.